Images can be displayed from the internet by providing the URI as an XML attribute.
True
False
Which of the following are standard operations of a RESTful service. (choose all that apply)
Get
Post
Delete
Put
Which Android Permissions is required to connect to a RESTful service? android.permission.
URL
URI
Internet
www
Which of the following are common formats for a response in modern RESTful services? (Choose all that apply)
XML
JSON
GSON
None of the above
Running a RESTful request on the UI thread will…
crash the application
stall the UI providing a bad experience
be prevented by the IDE
With retrofit, the _ annotation specifies a parameter for a network request
@GET
@POST
@QUERY
With retrofit, the _ annotation indicates a network request using URI based parameters.
The Glide library allows you to load network images without specifying a background thread.
The Glide library will always download the newest image from a provided URI.
Next Concept